home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / docs110 / route.nos < prev    next >
Text File  |  1994-02-05  |  646b  |  23 lines

  1. #                            -*- Simple-Indent -*-
  2. # NOS routing entries
  3. #
  4.  
  5. # Routes to switches
  6. route addprivate NOSBBS.Painesville.ampr.org 144.99
  7.  
  8. # Special routes for stations on the user port
  9. route addprivate n8xub.ampr.org 145.05
  10. route addprivate kc8er.ampr.org 145.05
  11. route addprivate n8qxb.ampr.org 145.05
  12. # (N8HSP keeps falling out of the default domain.txt...)
  13. #route addprivate n8hsp.ampr.org 145.05
  14.  
  15. # Routes for user port gateway
  16. route addprivate slip.n8xub.ampr.org 145.05 n8xub.ampr.org
  17.  
  18. # Route to the Linux host
  19. route addprivate linux.kf8nh.ampr.org linux
  20.  
  21. # And finally, the default route
  22. route addprivate default 144.99 NOSBBS.Painesville.ampr.org
  23.